home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000221_neal@ctd.comsat.com_Wed Feb 2 04:57:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA26869
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 2 Feb 1994 09:57:49 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.28.1 #29)
  4.     id m0pRj1X-0002fOC; Wed, 2 Feb 94 09:57 EST
  5. Message-Id: <m0pRj1X-0002fOC@neal.ctd.comsat.com>
  6. Date: Wed, 2 Feb 94 09:57 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: tex-k@cs.umb.edu
  9. Subject: Re: hpux9.01 gcc2.5.7 coredump on triptrap
  10.  
  11. Thanks for the patch to fn.c!  But this is not fixed.  Still dumps
  12. with -O2 (not with -O).
  13.  
  14. I don't have the time right now to chase this down.  But FYI, I have
  15. built an enormous amount of software with this same configuration and
  16. have never seen a problem with -O2 before.
  17.  
  18. I have seen problems with -fwritable-strings.  Without this option
  19. character string constants are put in RO sections on hppa, and this
  20. has caused dumps before that don't occur most other machines.
  21.  
  22. Another possible source of trouble is a bug in one of hp's libc string
  23. functions (I forget which) which causes it to try to write to one of
  24. its operands which could be a const char*.  Again -fwritable-strings
  25. will fix this.
  26.  
  27. I'll try to check this out when I have some time.  Just iterating
  28. through normal build/install is pretty time consuming even on this 50
  29. MIP machine!